Subscribe<T> Method

Summary

Allows components to register to a typed events published by other components.

Syntax
C#
VB
C++
public void Subscribe<T>( 
   EventHandler<T> onEventExecuted 
) 
  
Sub Subscribe(Of T As EventArgs)( _ 
   ByVal onEventExecuted As EventHandler(Of T) _ 
)  
void Subscribegeneric<typename T> 
(  
   EventHandler<T^>^ onEventExecuted 
)  
where T: EventArgs 

Parameters

onEventExecuted
A callback which will be called when the typed event is being published.

Type Parameters

T
The type of the event the component is interested in subscribing into.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly